https://assets.twitch.tv/assets/pages.popout-chat-7b706e7bfeb8a5c99187.css
https://cdn.frankerfacez.com/static/color_normalizer.6120dffe.css

.tw-root--theme-dark .chat-room {
  border: 6px solid red;
  border-radius: 12px;
  background: #00ffff!important
}

.tw-root--theme-dark .chat-room:hover {
  border: 12px solid blue;
  border-radius: 18px;
  background: #ffff00!important
}

.tw-root--theme-dark .chat-room:active {
  border: 18px solid yellow;
  border-radius: 24px;
  background: #ff00ff!important
}

span:hover {
  background-color: #0000ffff!important;
}

.stream-chat-header {
    height: 5rem;
    background-color: #0000ff!important
}

.stream-chat-header:hover {
    height: 5rem;
    background-color: #ffff00!important
}

.chat-input__textarea textarea {
    background-color: #ff00ff!important
}

.chat-input__textarea textarea:hover {
    background-color: #0000ff!important
}

.chat-input__textarea textarea:active {
    background-color: #ffff00!important
}


.chat-wysiwyg-input__box {
    background-color: #ff00ff!important
}

.chat-wysiwyg-input__box:hover {
    background-color: #0000ff!important
}

.chat-wysiwyg-input__box:focus-within {
    background-color: #ffff00!important
}
